func runtime.goready
9 uses
runtime (current package)
chan.go#L350: goready(gp, skip+1)
chan.go#L484: goready(gp, 3)
chan.go#L745: goready(gp, skip+1)
netpoll.go#L541: goready(gp, traceskip+1)
proc.go#L481: func goready(gp *g, traceskip int) {
sema.go#L131: goready(s.g, traceskip)
synctest.go#L105: goready(wake, 0)
synctest.go#L127: goready(wake, 0)
time.go#L442: goready(arg.(*g), 0)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |